home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / sac / utilfile / sd-500.exe / ADDENDUM.DOC next >
Text File  |  1995-03-15  |  19KB  |  410 lines

  1. ══ ADDENDUM.DOC ═══════════════════════════════════════════════════════════
  2.  
  3. The StupenDOS distribution diskette contains three versions of StupenDOS.
  4. The SD.EXE file is the normal registered version of StupenDOS.  In a
  5. subdirectory called \OVERLAY, is a version of StupenDOS that uses overlays,
  6. which is a technique that reduces memory usage, but may slow the operation
  7. of StupenDOS in some functions.  We recommend you use the normal version of
  8. StupenDOS unless you run into memory problems.  If you put both of these
  9. versions of StupenDOS on your machine, you should be aware that StupenDOS
  10. looks for files that correspond to the executable filename.  So if you
  11. run the overlay version of StupenDOS, and the filename is SDO.EXE, then
  12. this version will look for SDO.SET, and SDO.TRE, etc., when looking for
  13. its configuration files.  The exception is the SD.PRO file, which should
  14. not be renamed.  The third version of StupenDOS included on the disk is
  15. in the \SHARWARE directory. This is a self-extracting file that contains
  16. the shareware version of StupenDOS.  Feel free to distribute this file to
  17. your associates and friends.  This file may also be uploaded to any online
  18. system.  The filename should be uploaded as SD-500.EXE to remain consistent
  19. with previous shareware releases of StupenDOS.
  20.  
  21. New Programmable Features
  22.  
  23.   * File Coloring
  24.  
  25.   StupenDOS supports file coloring, so you can display groups of files in
  26.   different colors, so they will stand out.
  27.  
  28.   The file coloring is a programmable option, so you must make changes to
  29.   the SD.PRO file to invoke file coloring.  The file coloring examples
  30.   below have four sections in each entry.
  31.  
  32.   1. The keyword CLR, to tell StupenDOS that the following command is a
  33.      COLOR command.
  34.  
  35.   2. The FILESPEC of the files you wish to color.
  36.  
  37.   3. The color of the text of the filename displayed.
  38.  
  39.   4. The background color to be displayed.  If you want to use the standard
  40.      file background color, do not specify a background color.
  41.  
  42.   The following examples show how the COLOR commands are used:
  43.  
  44.      CLR:<DIR>;black;       // Directory entries will be displayed in BLACK
  45.      CLR:*.exe;RED;         // All .EXE files will be displayed in RED
  46.      CLR:*.;LTYELLOW;defa   // All files with no extension will be LTYELLOW
  47.      CLR:*.DOC;cyan;black   // All .DOC files will be CYAN on BLACK
  48.  
  49.   The following is a list of legal colors:
  50.      BLACK    BLUE      GREEN      CYAN      RED     MAGENTA    YELLOW
  51.      WHITE    GRAY      LTBLUE     LTGREEN   LTCYAN  LTRED      LTMAGENTA
  52.      LTYELLOW LTWHITE
  53.  
  54.   If you have a Monochrome or CGA video card, you must use one of the first
  55.   eight colors listed above for the background color, since these video
  56.   cards do not support bright background colors.
  57.  
  58.   * Programming the bottom line of the screen
  59.  
  60.   The function keys at the bottom of the screen are programmable. You
  61.   must make changes to the SD.PRO file to modify the default values. The
  62.   examples below have five sections in each entry.
  63.  
  64.   1. The keyword FKY, to tell StupenDOS that the following command is a
  65.      Function KeY command.
  66.  
  67.   2. The text you wish displayed on the screen.  Put a '&' character in
  68.      front on characters you wish to be highlighted.  These highlighted
  69.      characters can be used as shortcut keys.
  70.  
  71.   3. The key value of the shortcut key desired.  Use the WHATKEY.EXE
  72.      program to determine the value of the shortcut key.
  73.  
  74.   4. The value you wish to be returned to StupenDOS.  This is a function
  75.      value that is listed in the StupenDOS manual (page 39-40).
  76.  
  77.   5. The column on the screen the text will be displayed. The starting
  78.      column number is zero.
  79.  
  80.   The following examples show how the FKY commands are used:
  81.  
  82.     FKY:F1 &Copy;67;11570;0       // "Copy", shortcut key = 'C', return
  83.                                   // value is to COPY files. Text will
  84.                                   // be displayed starting at column 0
  85.     KEY:315;11570;                // Now add the KEY command, F1=copy
  86.  
  87.     FKY:F2 &Move;77;11575;9
  88.     K:77;11575;                   // M=move, starting at column 9
  89.     K:316;11575;                  // F2=move
  90.  
  91.   See the bottom of the SD.PRO file for additonal examples.
  92.  
  93. Secondary Sort
  94.  
  95.   * StupenDOS version 5.0 supports secondary sorting.  This feature is
  96.   designed to help you filter through files in a more logical order.
  97.   For example, if you were looking for the newest .DOC file in a
  98.   directory, and there were hundreds of .DOC files, you can sort by
  99.   extension first, to group all the .DOC files together, then do a
  100.   secondary sort by date to put all the newest .DOC files together.
  101.  
  102.   To do a secondary sort, bring up the "Sort" pull down menu by pressing
  103.   ALT S.  Then select the "Secondary sort" option.  Use the arrow keys or
  104.   the mouse to select the desired sort type.  Pressing the SPACE Bar will
  105.   toggle the sort direction from Ascending to Descending.
  106.  
  107.   To permanently set the secondary sort type, press ALT P to invoke the
  108.   "setuP" pull down menu.  The select "File options", and another menu will
  109.   appear.  Select "seCondary sort", and set the desired sort type as
  110.   described above.
  111.  
  112. FILEFILL
  113.  
  114.   * FILEFILL has been added in several areas.  FILEFILL eliminates spelling
  115.   errors by finishing directory or filenames for you in certain input boxes.
  116.   For example, if you are changing directories, and you start to type
  117.  
  118.     C:\WI
  119.  
  120.   and then press the TAB key, StupenDOS will look on the DISK for
  121.   directories that start with C:\WI.  If a match is found, StupenDOS
  122.   will fill in the directory name for you.  In the above example, SD
  123.   would most likely have filled in
  124.  
  125.     C:\WINDOWS
  126.  
  127.   If the incorrect name was filled in by StupenDOS, just press TAB again and
  128.   the next match will be displayed.
  129.  
  130.   When all of the matching files have been displayed, a beep will sound and
  131.   the first match will again be displayed.
  132.  
  133. 4DOS descriptions
  134.  
  135.   * 4DOS (or NDOS) is a popular shareware COMMAND.COM replacement. StupenDOS
  136.   can now display 4DOS comments.  4DOS comments allow you to add text to
  137.   files, so instead of displaying the size, time and date of a file, you
  138.   can display a description of the file.  You can also modify 4DOS
  139.   descriptions easily.  Note: Even if you do not use 4DOS, you can add
  140.   descriptions to files.
  141.  
  142.   To add or modify the description of a file, you must enable 4DOS
  143.   description usage in the setup menu.  Press ALT P to invoke the "setuP"
  144.   pull down menu.  Then select the "Other options" item.  Then enable
  145.   "4DOS descriptions".  Once the "4DOS descriptions" option is enabled,
  146.   you can enter or modify descriptions.  Use the arrow keys to select
  147.   the file you wish to add a comment to.  Then select the "4DOS
  148.   description" item from the "File" pull down menu.  This will display a
  149.   pop up window.  Enter the desired text, and press ENTER when finished.
  150.   You can also enable a hot key to enter descriptions quicker.  The '4'
  151.   key has been added to the SD.PRO file as follows:
  152.  
  153.      KEY:52;11070; // Key 52 ('4') will invoke option 11070 (descriptions)
  154.  
  155.   This will make the '4' key a shortcut to enter 4DOS descriptions.
  156.  
  157. ZIPPING Several Subdirectories
  158.  
  159.   * StupenDOS now allows PKZIP to compress several subdirectories at one
  160.   time.  Just tag the directories you want compressed before going into
  161.   the ZIP screen.  The directories will be added to the ZIP file
  162.   automatically.  In most cases, you will want to select the "Absolute
  163.   paths" option in the "Path" pull down menu to save the directory name
  164.   in the ZIP file.  See the PKZIP documentation for details on the
  165.   absolute path (-P) option.
  166.  
  167. TREE Options
  168.  
  169.   * The TREE display can now display additional information about your
  170.   disk drive.  To invoke the TREE display, press ALT M, then select the
  171.   "Tree display", or "Reread tree" option. The TREE display must be
  172.   "fresh", that is to say that the disk was just scanned, and not
  173.   read in from the SD.TRE file, which could happen if you selected the
  174.   "Tree display" option and not the "Reread tree" option. The additional
  175.   directory information is displayed to the right side of the directory
  176.   name. If no information is displayed, you must reread the drive
  177.   information by pressing ALT R.  Once the additional information is
  178.   displayed, you can press the '%' key to toggle between:
  179.  
  180.     => Files in each directory
  181.     => Percentage of the disk used by each directory
  182.     => The number of bytes used by the files in each directory
  183.  
  184.   * To quickly move around in the tree display, you can press SHIFT UPARROW
  185.   and SHIFT DOWNARROW, which will move you to the next/previous directory
  186.   that is at the same depth.
  187.  
  188.   * To sort the TREE display, you must set the setuP | Options | soRt tree.
  189.  
  190. MOUSE OPTIONS
  191.  
  192.   * Left handed users can now reverse the mouse buttons.  You can also make
  193.   the mouse translucent.  Set the setuP | Mouse options | Left handed and
  194.   setuP | Mouse options | Translucent items.
  195.  
  196. DATE FORMAT
  197.  
  198.   * The date format can now be displayed in MM/DD/YY, DD/MM/YY or YY/MM/DD
  199.   format.  Set the setuP | Video & sound | Date format to your desired
  200.   format.  StupenDOS tries to do this for you automatically when StupenDOS
  201.   is run for the first time, so you may never need to set this option.
  202.  
  203. WIPE ALL TAGGED DIRECTORIES
  204.  
  205.   * A "WIPE ALL TAGGED DIRECTORIES" function has been added.  This allows
  206.   you to select several subdirectories, and remove them all at once.  To
  207.   wipe multiple directories, tag each subdirectory, and then select the
  208.   wiPe tagged directories option from the More pull down menu.
  209.  
  210. SD.INI file
  211.  
  212.   * A file called SD.INI can be used to configure items not currently in
  213.   the normal setup options.  SD.INI is a text file that can be modified
  214.   with any text editor (like DOS EDIT).  The commands in SD.INI are not
  215.   case-sensitive.
  216.  
  217.   Currently, only four items are allowed in the SD.INI file.
  218.  
  219.      SkipDrives
  220.      AutoSaveZipOptions
  221.      AutoLoadZipOptions
  222.      USRScrollable
  223.  
  224.   * The SkipDrives option is designed to tell StupenDOS to skip error
  225.   detection on the selected drives.  When you change to a different disk
  226.   drive, StupenDOS tries to see if the drive is ready to be accessed.
  227.   This can be a problem on some floppy disks, or external hard disks that
  228.   do not support normal DOS disk functions.  If StupenDOS is unable to
  229.   properly detect a disk drive, add the SkipDrives option to the SD.INI
  230.   file.  If no SD.INI file exists, create it.  Suppose your E: drive is
  231.   a removable hard disk, and StupenDOS will not read this drive properly.
  232.   Add the following text to SD.INI:
  233.  
  234.      SkipDrives=E
  235.  
  236.   If you also had a problem with your G: drive, SD.INI should contain the
  237.   following text:
  238.  
  239.      SkipDrives=EG
  240.  
  241.   * The AutoSaveZipOptions and AutoLoadZipOptions items allow you to
  242.   automatically save and load the options you set in the ZIP screen.  If
  243.   you find you often use the same options over and over, it would make
  244.   sense to save and load these options rather than set them each time you
  245.   use this feature.  To set these options, add the following text to SD.INI:
  246.  
  247.      AutoSaveZipOptions = TRUE
  248.      AutoLoadZipOptions = TRUE
  249.  
  250.   Other legal values for TRUE are: YES, 1, ON
  251.   Legal values for clearing these features are: FALSE, NO, 0, OFF
  252.  
  253.   * The USR commands displayed in the center vertical column are
  254.   scrollable in StupenDOS.  These commands could be selected with a single
  255.   mouse click in earlier versions of StupenDOS.  A single click now
  256.   highlights a item in the USR area, and a double click activates this
  257.   item.  Some users will still prefer single click activation of the USR
  258.   items.  For these users, the USRScrollable item can be set in the SD.INI
  259.   file.  To enable single click selection of the USR items, scrolling must
  260.   be disabled.  To disable USR scrolling, add the following text to SD.INI:
  261.  
  262.      USRScrollable = FALSE
  263.  
  264. Here is a listing of legal programmable values:
  265.  
  266. DELETE_BAK                  4000   // Delete *.BAK, entire disk
  267. DELETE_SPEC                 4001   // Delete specified files
  268. DELETE_L_BAK                4003   // Delete Local *.BAK
  269. DELETE_HIGH_NO_CONFIRM      4004   // Delete highlighted file, no confirm
  270. DELETE_HIGH_CONFIRM         4005   //                          w/confirm
  271. DEL_ALL_NO_CONFIRM          4006   // Delete tagged files, no confirm
  272. DEL_ALL_CONFIRM             4007   //                      w/confirm
  273. DELETE_SPEC_PASSED          4008   // Delete Specified from entire disk
  274.  
  275. TYPEALL                     4011   // Display all tagged files
  276. TAG_BY_DATE                 4012   // Tag By Date Window
  277. TAGALL                      4013   // Tag all files
  278. EDITALL                     4015   // Edit all tagged files
  279. COMPARE                     4016   // File Compare
  280. LOADTAGFILE                 4017   // Load a tag file
  281.  
  282. BATCHTAG                    4020   // Tag by filespec (name)
  283. BATCHCLEAR                  4021   // Clear
  284. SIZETAG                     4022   // Tag by size
  285. SIZECLEAR                   4023   // Clear
  286. DATETAG                     4024   // Tag by date
  287. DATECLEAR                   4025   // Clear
  288. TODAYTAG                    4026   // Tag files with todays date
  289. TODAYCLEAR                  4027   // Clear
  290. ARCHIVETAG                  4028   // Tag file with ARCHIVE bit set
  291. ARCHIVECLEAR                4029   // Clear
  292. REVERSETAGS                 4030   // Reverse all tags
  293. REMOVETAGGEDFILES           4031   // Remove tagged files from the display
  294. TAG_MODE                    4032   // Sets Tag mode
  295. CLEAR_MODE                  4033   // Sets Clear mode
  296. CLEAR_ALL_TAGS              4034   // Clear all tags
  297.  
  298. ABOUT_SD                    11000  // About Box display
  299. CHANGE_COLORS               11001  // Change Colors Window
  300. RUN_PKZMENU                 11004  // Run PKZMENU (A shareware program)
  301. TOUCHFILES                  11005  // Stamp time/date of tagged files
  302. DISKSTATS                   11006  // Disk Statistics Window
  303. RESET_MOUSE                 11007  // Reset (after running external program)
  304.  
  305. REMOVE_DIR                  11050  // Remove directory
  306. MAKE_DIR                    11051  // Make Directory
  307. DOS_CALL                    11052  // External DOS Call
  308. DOS_SHELL                   11053  // DOS Shell, type EXIT to return to SD
  309. RENAME                      11054  // Rename file(s)
  310. FIND_FILE                   11055  // Activate the file finder
  311. ALLDRIVEINFO                11056  // Information on all disk drives
  312. _4DOS_DESCRIPTIONS          11060  // Toggle 4DOS description display
  313. MODIFY_4DOS                 11070  // Modify a 4DOS description
  314.  
  315. DRIVE_A_B                   11100  // Change to Drive A:, use 11101 for B:
  316. DRIVE_C_D                   11102  //
  317. DRIVE_E_F                   11104  //
  318. DRIVE_G_H                   11106  //
  319. DRIVE_I_J                   11108  //
  320. DRIVE_K_L                   11110  //
  321. DRIVE_M_N                   11112  //
  322. DRIVE_O_P                   11114  //
  323. DRIVE_Q_R                   11116  //
  324. DRIVE_S_T                   11118  //
  325. DRIVE_U_V                   11120  //
  326. DRIVE_W_X                   11122  //
  327. DRIVE_Y_Z                   11124  //
  328.  
  329. COPY_TO_A                   11150  // Copy tagged files to A:
  330. COPY_TO_B                   11151  //
  331. COPY_TO_C                   11152  //
  332. COPY_TO_D                   11153  //
  333. COPY_TO_E                   11154  //
  334. COPY_TO_F                   11155  //
  335. COPY_TO_G                   11156  //
  336. COPY_TO_H                   11157  //
  337. COPY_TO_I                   11158  //
  338. COPY_TO_J                   11159  //
  339. COPY_TO_K                   11160  //
  340. COPY_TO_L                   11161  //
  341. COPY_TO_M                   11162  //
  342. COPY_TO_N                   11163  //
  343. COPY_TO_O                   11164  //
  344. COPY_TO_P                   11165  //
  345. COPY_TO_Q                   11166  //
  346. COPY_TO_R                   11167  //
  347. COPY_TO_S                   11168  //
  348. COPY_TO_T                   11169  //
  349. COPY_TO_U                   11170  //
  350. COPY_TO_V                   11171  //
  351. COPY_TO_W                   11172  //
  352. COPY_TO_X                   11173  //
  353. COPY_TO_Y                   11174  //
  354. COPY_TO_Z                   11175  //
  355.  
  356. EXITCNOW                    11200  // Exit to current directory
  357. EXITSNOW                    11201  // Exit to startup directory
  358.  
  359. SORT_BY_NAME                11300  // Sort by Name, use 11301 for descending
  360. SORT_BY_EXT                 11302  //         Extension
  361. SORT_BY_DATE                11304  //         Date
  362. SORT_BY_SIZE                11306  //         Size
  363. SORT_UNSORTED               11308  //         Unsorted
  364. SORT_TAGGED                 11310  //         Tagged
  365.  
  366. LOAD_PRO_FILE               11350  // Load a new .PRO file
  367.  
  368. COPY_TO_OTHER               11400  // Copy to other window
  369. MOVE_TO_OTHER               11500  // Move to other window
  370.  
  371. BYTESINDIRECTORY            11504  // Show the bytes used in the directory
  372. FORMAT                      11505  // Format a floppy disk
  373.  
  374. ENLARGEWINDOW               11510  // Increase window size
  375. DECREASEWINDOW              11511  // Decrease window size
  376. OPEN_CLOSE_WINDOW           11512  // Open/Close a window
  377. CHANGEWINDOWS               11513  // Change to the other window
  378.  
  379. ZIPVAL                      11520  // Open the ZIP full screen window
  380. UNZIPVAL                    11521  // Open the UNZIP full screen window
  381.  
  382. PRINTVAL                    11530  // Print files
  383. WIPE                        11535  // Wipe directory
  384. WIPEALLTAGGED               11536  // Wipe all tagged directories
  385. LISTFILE                    11540  // Create a list file
  386. LOCATEFILE                  11545  // Locate a file by name
  387. LOCATEFILEDIR               11546  // Locate a file or a directory by name
  388. NEWDIR                      11565  // Reread the current directory
  389. COPYFILE                    11570  // Copy tagged files
  390. MOVEFILE                    11575  // Move tagged files
  391.  
  392. TYPEFILE                    11585  // View a file
  393. EDITFILE                    11590  // Edit a file
  394. HELPSCREEN                  11595  // Display help screen
  395. TREEFILE                    11596  // Activate tree display, use .TRE file
  396. TREEREREAD                  11605  // Activate tree display, read disk
  397. SORT_MENU                   11610  // Pop up the sort menu
  398.  
  399. CHANGEDRIVE                 11600  // Change drive window
  400. DELETEMENU                  11601  // Activate the delete menu
  401. CHANGEATTR                  11602  // Activate the Change Attribute window
  402. EXECUTEFILE                 11603  // Run a program
  403. USR_MENU                    11604  // Enter the USR area
  404. FILE_COMPARE                11606  // Compare files
  405. CHDIR_PASSED                12000  // Change to the specified directory
  406. CHDIR_PASSED_OPEN           12001  // Open a window, chdir to the passed dir
  407.  
  408.  
  409.  
  410.